Stable Diffusion web UIのパラメーターのデフォルト値を変更する
起動時にプロンプトを入れておいたり、バッチカウントを10にしておいたりと変更できるパラメーターは多分全部変更できる
stable-diffusion-webui下のui-config.jsonを編集する
code:ui-config.json
{
"txt2img/Prompt/visible": true,
"txt2img/Prompt/value": "",
"txt2img/Negative prompt/visible": true,
"txt2img/Negative prompt/value": "",
"txt2img/Styles/visible": true,
"txt2img/Styles/value": [],
......